const runtime.fixedStack2

3 uses

	runtime (current package)
		stack.go#L81: 	fixedStack2 = fixedStack1 | (fixedStack1 >> 1)
		stack.go#L82: 	fixedStack3 = fixedStack2 | (fixedStack2 >> 2)